Create Fixed Contact

Create Fixed Contact

HTML


<!DOCTYPE html>
<html>
<head>
  <link rel="stylesheet" type="text/css" href="style.css">
  <title>no title</title>
  <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
</head>
<body>
  <div class="contact-info">
    <!-- map -->
    <div class="option">
      <i class="fas fa-map-marker-alt"></i>
      <div class="text">Yzberisht,Tirane</div>
        </div>

       <!-- email -->
    <div class="option">
      <i class="fas fa-envelope"></i>
      <div class="text">Antonio@gmail.com</div>
        </div>

        <!-- telefon -->
    <div class="option">
      <i class="fas fa-phone"></i>
      <div class="text">068 32 84 103</div>
        </div>

  </div>


<div style="text-align:right;position:fixed;bottom:3px;right:3px;width:100%;z-index:999999;cursor:pointer;line-height:0;display:block;"><a target="_blank" href="https://www.freewebhostingarea.com" title="Free Web Hosting with PHP8"><img alt="Free Web Hosting" src="https://www.freewebhostingarea.com/images/poweredby.png" style="border-width: 0px;width: 180px; height: 45px; float: right;"></a></div>
</body>
</html>

*{
  padding: 0;
  margin: 0;
  font-family: Montserrat;
  background: #f33;
}

.contact-info{
  position: absolute;
  top: 40%;
  z-index: 9999;
  left: 0;
}

.option{
  cursor: pointer;
  position: relative;
}

.option i{
  display: block;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  background: #fff;
  color: #000;
  font-size: 20px;
  transition: .6s;
}

.option:hover i{
  color: #4834d4;
}

.text{
  position: absolute;
  height: 60px;
  width: 200px;
  background: #011;
  top: 0;
  z-index: -1;
  left: -180px;
  line-height: 60px;
  text-align: center;
  transition: .6s;
  color: #fff;
}

.option:hover .text{
  left: 60px !important;
}

See demo

CATEGORIES

Mainly CSS Mainly Html Java Script Plug-ins Responsive HTML/CSS Fixed CSS

Older Posts

Create Responsive Navigaion Create Fixed Contact Create Dropdowns Create easy Website Create Modal Fixed CSS